home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / altpage2.arc / READ.ME < prev   
Encoding:
Text File  |  1987-06-13  |  1.8 KB  |  36 lines

  1. Additional option: a new option has been added that compromises between 
  2. handling straight text files and "funny" text files (files that overprint 
  3. lines, advance the paper without doing a carriage return, etc.) By default, 
  4. ALTPAGE expects a straight text file that only has line feeds and carriage 
  5. returns occurring in pairs (a CR/LF). If your file has "funny" lines in it 
  6. (if it uses "overprinting," "no new line" printing, or is intended to produce 
  7. underlining and bold for any printer) you should use the -b option for binary 
  8. mode. However, when you use this option, due to some DOS restrictions, using 
  9. standard input as input (filename [STDIN]) will not work well because file 
  10. translation is always done with standard input (that's a technical 
  11. explanation). If you find such things as lines that repeat themselves across 
  12. the paper, or a long string of underlines at the end of a line instead of 
  13. directly over it, use this option. Processing the ALTPAGE documentation 
  14. requires this option.
  15.     Yes, your first file you can try is the ALTPAGE.PRN documentation 
  16. enclosed. Do it this way:
  17.  
  18. C> ALTPAGE -b ALTPAGE.PRN ALTPAGE.ODD ALTPAGE.EVN 
  19.  
  20. and print out each side. You can see what will happen without the -b option, 
  21. and exactly how ALTPAGE works.
  22.  
  23. REVISION HISTORY:
  24.  
  25. Version 1.2: Added options to change page length, operate in binary mode, 
  26. append Ctrl-Zs, eject paper, and eject paper with soft form feeds. [STDIN] can 
  27. now be in lowercase. Switched compilers to Turbo C and generated a .COM file. 
  28. Improved error messages from very vague to MSDOS specific messages. 
  29. Errorlevels are now supported, non-zero on any disk file failure. Improved 
  30. documentation per user's request.
  31.  
  32. Version 1.1: Private upgrade. Added ability to cut the propaganda lines.
  33.  
  34. Version 1.0: Initial release, November 1985. Written under DeSmet C.
  35.  
  36.